From f85f0d278c0d4bf3d1ab72113f85e316fed0a2ce Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 11 Jan 2006 18:27:28 +0000 Subject: [PATCH] Add support for SeeYou glider pilot software. http://www.seeyou.ws/ --- gpsbabel/readme.xml | 10 +++++++++ gpsbabel/style/cup.style | 46 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 gpsbabel/style/cup.style diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index 1095bb823..4356c480a 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -1394,6 +1394,16 @@ versions of DeLorme software; older versions didn't store the turn information with the route. +
+ + SeeYou flight analysis and planning software. + + SeeYou + Support for SeeYou flight analysis and planning software for + glider pilots. Tasks, runway info, and most other data specific + for glider pilots is not preserved, but this is a convenient way + to get your flight data in other programs. www.seeyou.ws +
Suunto Track Manager WaypointPlus format. diff --git a/gpsbabel/style/cup.style b/gpsbabel/style/cup.style new file mode 100644 index 000000000..0a5c225aa --- /dev/null +++ b/gpsbabel/style/cup.style @@ -0,0 +1,46 @@ +# +# (c) 2006, Robert Lipe, based on sample files by Krzysztof Wojtas +# Reference info: http://www.seeyou.ws/thankyou.php?fname=cup_format.pdf +# + +DESCRIPTION See You flight analysis data +SHORTLEN 8 +EXTENSION cup +# +# +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE +BADCHARS ," +PROLOGUE name,code,country,lat,lon,elev,style,rwdir,rwlen,freq,desc +EPILOGUE -----Related Tasks----- + + +IFIELD SHORTNAME,"", ""%s"" +IFIELD SHORTNAME,"", "%s" +IFIELD CONSTANT,"", "" +IFIELD LAT_NMEA, "%f", "%08.3f", "absolute" +IFIELD LON_NMEA, "%f", "%09.3f", "absolute" +IFIELD ALT_METERS,"", "%dm" +IFIELD CONSTANT,"", "1" +IFIELD CONSTANT,"", "" +IFIELD CONSTANT,"", "" +IFIELD CONSTANT,"", "" +IFIELD DESCRIPTION,"", ""%s"" + +OFIELD SHORTNAME,"", ""%s"" +OFIELD SHORTNAME,"", "%s" +OFIELD CONSTANT,"", "" +OFIELD LAT_NMEA, "%f", "%08.3f", "absolute" +OFIELD LAT_DIR, "", "%c", "no_delim_before" +OFIELD LON_NMEA, "%f", "%09.3f", "absolute" +OFIELD LON_DIR, "", "%c", "no_delim_before" +OFIELD ALT_METERS,"", "%3.1fm" +OFIELD CONSTANT,"", "1" +OFIELD CONSTANT,"", "" +OFIELD CONSTANT,"", "" +OFIELD CONSTANT,"", "" +OFIELD DESCRIPTION,"", ""%s"" + + -- 2.30.2